unity iterate all child objects

102

unity iterate all child objects -

foreach(Transform child in transform)
{
    Something(child.gameObject);
}

Comments

Submit
0 Comments